home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1696 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  810 b 

  1. Path: news.mindlink.net!news
  2. From: genew@mindlink.bc.ca (Gene Wirchenko)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Pointer-to-Double as Function Arg
  5. Date: Tue, 16 Jan 1996 10:49:25 GMT
  6. Organization: MIND LINK! - British Columbia, Canada
  7. Message-ID: <4dfvu5$q18@fountain.mindlink.net>
  8. References: <4dfccl$j5h@colossus.holonet.net> <4dfjb1$pln@ixnews5.ix.netcom.com>
  9. NNTP-Posting-Host: line023.nwm.mindlink.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Jackson7@ix.netcom.com (T. Hubbard) wrote:
  13.  
  14. >            (*Values1)[iter] = ...;
  15. >            (*Values2)[iter] = ...;
  16.  
  17.      Oops!  I forgot about this in my other post.  The parens around
  18. "*Values1" and "*Values2" are correct.
  19.  
  20. Sincerely,
  21.  
  22. Gene Wirchenko
  23.  
  24. C Pronunciation Guide:
  25.      y=x++;     "wye equals ex plus plus semicolon"
  26.      x=x++;     "ex equals ex doublecross semicolon"
  27.  
  28.